.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.equal-height .featured-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-height .box-content {
    flex-grow: 1;
}

.featured-box .custom-box-content {
    border-radius: var(--border-radius2x);
    border-top: 1px solid rgba(0,0,0,.06);
    border-top-width: 4px;
    padding: 28.8px;
    padding: 0.8rem;
    position: relative;
}

.googlemaps {
    position: relative;
    background: url('../img/home/Rectangle-26.png');
    background-repeat: no-repeat;
    background-position: end end;
    background-size: cover;
    /* background-size: 100% 100%; */

   
}

.text-white{
    color: #fff !important;
   
}

/* .w-33{
    width: 33%;
} */

.ml-20{
    margin-left: 20%;
}

.fw-700{
    font-weight: 700;
    font-size: 45px;
}

@media  screen and (max-width:1000px) {
    .googlemaps{
        background-size: 100% 100%;
    }
    .google-map{
        height: 200px;
    }

    .fw-700{
        font-size: 34px;
    }

    .ml-20{
        margin-left: 10%;
    }

    .ml-10{
        margin-left: 10%;
    }
}

